Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@chainsafe/libp2p-yamux ^7.0.1 -> ^8.0.0 age adoption passing confidence dependencies major
@libp2p/interface (source) ^2.6.1 -> ^3.0.0 age adoption passing confidence dependencies major
@typescript-eslint/eslint-plugin (source) 8.46.1 -> 8.46.2 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 8.46.1 -> 8.46.2 age adoption passing confidence devDependencies patch
esbuild 0.25.10 -> 0.25.11 age adoption passing confidence devDependencies patch
eslint (source) 9.37.0 -> 9.38.0 age adoption passing confidence devDependencies minor
github.com/evanw/esbuild v0.25.10 -> v0.25.11 age adoption passing confidence require patch
github/codeql-action v4.30.8 -> v4.30.9 age adoption passing confidence action patch
lint-staged 16.2.4 -> 16.2.5 age adoption passing confidence devDependencies patch
mvdan.cc/gofumpt v0.9.1 -> v0.9.2 age adoption passing confidence require patch

Release Notes

ChainSafe/js-libp2p-yamux (@​chainsafe/libp2p-yamux)

v8.0.1

Compare Source

Bug Fixes
  • make sendReset synchronous to avoid unhandled rejections (#​113) (232fb1b)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
Features
libp2p/js-libp2p (@​libp2p/interface)

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

evanw/esbuild (esbuild)

v0.25.11

Compare Source

  • Add support for with { type: 'bytes' } imports (#​4292)

    The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing binary loader. Here's an example:

    import data from './image.png' with { type: 'bytes' }
    const view = new DataView(data.buffer, 0, 24)
    const width = view.getInt32(16)
    const height = view.getInt32(20)
    console.log('size:', width + '\xD7' + height)
  • Lower CSS media query range syntax (#​3748, #​4293)

    With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using min-/max- prefixes for older browsers. For example, the following CSS:

    @&#8203;media (640px <= width <= 960px) {
      main {
        display: flex;
      }
    }

    will be transformed like this with a target such as --target=chrome100 (or more specifically with --supported:media-range=false if desired):

    @&#8203;media (min-width: 640px) and (max-width: 960px) {
      main {
        display: flex;
      }
    }
eslint/eslint (eslint)

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

github/codeql-action (github/codeql-action)

v4.30.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.30.9 - 17 Oct 2025

  • Update default CodeQL bundle version to 2.23.3. #​3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204

See the full CHANGELOG.md for more information.

lint-staged/lint-staged (lint-staged)

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
mvdan/gofumpt (mvdan.cc/gofumpt)

v0.9.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

socket-security bot commented Aug 20, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​esbuild/​win32-x64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​darwin-arm64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​freebsd-arm64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​openbsd-arm64@​0.25.10 ⏵ 0.25.111001003992100
Updatednpm/​@​esbuild/​sunos-x64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-loong64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-ia32@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​android-arm64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-riscv64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-arm@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​darwin-x64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-x64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-ppc64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-s390x@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​aix-ppc64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-mips64el@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​freebsd-x64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​linux-arm64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​openbsd-x64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​win32-arm64@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​win32-ia32@​0.25.10 ⏵ 0.25.111001003993100
Updatednpm/​@​esbuild/​netbsd-arm64@​0.25.10 ⏵ 0.25.111001004093100
Updatednpm/​@​esbuild/​netbsd-x64@​0.25.10 ⏵ 0.25.111001004093100
Updatednpm/​@​esbuild/​openharmony-arm64@​0.25.10 ⏵ 0.25.111001007090100
Updatednpm/​@​esbuild/​android-x64@​0.25.10 ⏵ 0.25.111001007093100
Updatednpm/​@​esbuild/​android-arm@​0.25.10 ⏵ 0.25.111001007093100
Updatednpm/​@​typescript-eslint/​visitor-keys@​8.46.1 ⏵ 8.46.21001007197100
Updatednpm/​@​typescript-eslint/​parser@​8.46.1 ⏵ 8.46.21001007197100
Updatednpm/​@​typescript-eslint/​project-service@​8.46.1 ⏵ 8.46.21001007297100
Updatednpm/​esbuild@​0.25.10 ⏵ 0.25.11921007393100
Updatednpm/​@​typescript-eslint/​type-utils@​8.46.1 ⏵ 8.46.21001007697100
Updatednpm/​@​typescript-eslint/​types@​8.46.1 ⏵ 8.46.2100 +110076 +197100
See 24 more rows in the dashboard

View full report

@renovate renovate bot changed the title fix(deps): update dependency @libp2p/interface to v2.11.0 fix(deps): update all dependencies Aug 20, 2025
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from ae2f9d0 to f4729ce Compare August 26, 2025 22:38
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 2a584e8 to e1cc4f9 Compare September 7, 2025 18:00
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 1417d8f to b67b277 Compare September 10, 2025 21:26
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Sep 16, 2025
@renovate renovate bot closed this Sep 16, 2025
@renovate renovate bot deleted the renovate/all branch September 16, 2025 09:12
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Sep 17, 2025
@renovate renovate bot reopened this Sep 17, 2025
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies to v0.25.10 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 0bc2011 to 23283dd Compare October 7, 2025 15:57
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 2237415 to 9c2a29e Compare October 14, 2025 06:01
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Oct 15, 2025
@renovate renovate bot closed this Oct 15, 2025
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Oct 15, 2025
@renovate renovate bot reopened this Oct 15, 2025
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from b93853f to ffc5fff Compare October 15, 2025 08:45
Copy link
Contributor Author

renovate bot commented Oct 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tools/go.sum
Command failed: go get -t ./...
go: module github.com/libp2p/[email protected] requires go >= 1.24.6; switching to go1.24.9
go: downloading go1.24.9 (linux/amd64)
go: download go1.24.9: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a17f5e9 to 2fb42e8 Compare October 20, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants